home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
vivid
/
new.dir
/
00996_Script_996
next >
Wrap
Text File
|
1983-03-27
|
472b
|
26 lines
on startmovie
GLOBAL BOOK_PATH,nome_hd
GLOBAL PROGRESSIVE
set PROGRESSIVE=1
if the machinetype = 256 then
set BOOK_PATH=nome_hd&":\scienze\libri"
else
set BOOK_PATH=nome_hd&":scienze:libri"
end if
end
on Get_cast
Global NUMERO_CAST,DATI_BITMAP
if the casttype of cast NUMERO_CAST<>#bitmap then
set DATI_BITMAP to -1
exit
end if
put the picture of cast NUMERO_CAST into DATI_BITMAP
end